home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / cool / cool.lha / lice / Makedefs < prev    next >
Text File  |  1991-09-04  |  1KB  |  53 lines

  1. #
  2. # Copyright (C) 1991 Texas Instruments Incorporated.
  3. #
  4. # Permission is granted to any individual or institution to use, copy, modify,
  5. # and distribute this software, provided that this complete copyright and
  6. # permission notice is maintained, intact, in all copies and supporting
  7. # documentation.
  8. #
  9. # Texas Instruments Incorporated provides this software "as is" without
  10. # express or implied warranty.
  11. #
  12.  
  13. #
  14. # Use these definitions for Saber C++
  15. #
  16. #CCDRIVER = /usr/local/Saber/bin/CC
  17. #CCINCDIR = /usr/local/Saber/c++_1.0.2-r1.0/sun4-40/include
  18. #SLIBDIR  = /usr/local/Saber/c++_1.0.2-r1.0/sun4-40/lib
  19. #LIBRARYS = -L$(LIBDIR) -L$(SLIBDIR) -l$(TLIBNAME) -l$(LIBNAME) -l$(MLIBNAME)
  20.  
  21. AR       = ar
  22. ARFLAGS  = r
  23. BACKUPS  = *.bak *~ #* core
  24. CCDRIVER = CC21
  25. CCFLAGS  = -c -O -v +w
  26. CD       = cd
  27. COPY     = cp -p
  28. ECHO     = echo
  29. ERROR    = 2>&1
  30. LIBPRE   = lib
  31. LIBSUF   = .a
  32. LN       = ln -s
  33. MACHINE  = sparc
  34. MAKE     = make
  35. MLIBNAME = m
  36. RANLIB   = ranlib
  37. RM       = rm -f
  38. SEARCH   = grep -i
  39. TARGET   =
  40. TLIBNAME = MISC
  41. TOP      = /epoch/misc/ssb/lice
  42.  
  43. BINDIR   = $(TOP)/bin
  44. CC       = cppC=$(BINDIR)/cpp ; export cppC ; $(CCDRIVER)
  45. CCINCDIR = /usr/include/CC21
  46. CINCDIR  = /usr/include
  47. INCDIR   = $(TOP)/include
  48. INCLUDES = -I$(INCDIR) -I$(CCINCDIR) -I$(CINCDIR)
  49. LIBDIR   = $(TOP)/lib/$(MACHINE)
  50. LIBRARYS = -L$(LIBDIR) -l$(TLIBNAME) -l$(LIBNAME) -l$(MLIBNAME)
  51. DEFINES  = -Dvolatile= -DERROR_CHECKING -D$(MACHINE)  # -DDOS -DM_XENIX
  52. MKDEPEND = $(BINDIR)/mkdepend
  53.